type crypto/tls.newSessionTicketMsgTLS13
8 uses
crypto/tls (current package)
conn.go#L1135: m = new(newSessionTicketMsgTLS13)
conn.go#L1322: case *newSessionTicketMsgTLS13:
handshake_client_tls13.go#L857: func (c *Conn) handleNewSessionTicket(msg *newSessionTicketMsgTLS13) error {
handshake_messages.go#L1170: type newSessionTicketMsgTLS13 struct {
handshake_messages.go#L1178: func (m *newSessionTicketMsgTLS13) marshal() ([]byte, error) {
handshake_messages.go#L1204: func (m *newSessionTicketMsgTLS13) unmarshal(data []byte) bool {
handshake_messages.go#L1205: *m = newSessionTicketMsgTLS13{}
handshake_server_tls13.go#L1001: m := new(newSessionTicketMsgTLS13)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)